home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / NotePads / Notes / Source / Main.h < prev    next >
Encoding:
Text File  |  1992-08-04  |  482 b   |  33 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface Main:Application
  7. {
  8.     id    scroll;
  9.     id    window;
  10.     id    text;
  11.         id    startSwitch;
  12.         id    endSwitch;
  13.         id    enabledSwitch;
  14.         id    prefsPanel;
  15.         id    positions;
  16. }
  17.  
  18. - readText;
  19. - writeText;
  20. - (int)textlength;
  21. - print:sender;
  22. - showPrefs:sender;
  23. - okPrefs:sender;
  24. - cancelPrefs:sender;
  25. - revertPrefs:sender;
  26. - setPrefsInterface;
  27. - takePrefsFromInterface;
  28. - writePrefs;
  29. - writeText;
  30. - readPrefs;
  31. - writePrefs;
  32. @end
  33.